home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / IFL.z / IFL
Text File  |  1998-10-30  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. IIIIFFFFLLLL((((1111))))                                                                  IIIIFFFFLLLL((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      IIIIFFFFLLLL - configuring the Image Format Library runtime environment
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      The Image Format Library (IFL) provides support for opening, reading,
  13.      writing and creating image files in a format independent manner.  IFL
  14.      includes support for the TIFF, GIF, PNG, JFIF(JPEG), SGI, PPM, Photo CD,
  15.      FIT, XPM, XBM, NITF, BMP, Alias|WaveFront, and YUV file formats. It is
  16.      used by a number of tools bundled with IRIX, including:
  17.  
  18.  
  19.           iiiimmmmggggiiiinnnnffffoooo
  20.           iiiimmmmggggffffoooorrrrmmmmaaaattttssss
  21.           iiiimmmmggggccccooooppppyyyy
  22.           iiiimmmmggggvvvviiiieeeewwww
  23.           iiiimmmmggggttttccccllll
  24.  
  25.      and some of the other desktop tools.
  26.  
  27. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  28.      Two environment variables can be used to configure the global IFL
  29.      environment. These environment variables are summarized in a table here
  30.      and described in more detail below:
  31.  
  32.                   Variable             Default
  33.                   ______________________________________________
  34.                   IFL_DATABASE         /usr/lib/ifl/ifl_database
  35.                   LD_LIBRARY_PATH      /usr/lib:/lib
  36.                   LD_LIBRARYN32_PATH   /usr/lib32:/lib32
  37.                   LD_LIBRARY64_PATH    /usr/lib64:/lib64
  38.  
  39.      The image file formats recognized by IFL are determined at runtime by
  40.      searching for dynamic shared objects (DSOs) that contain the code for
  41.      various file formats.  By default, IFL will look for a database file
  42.      describing the file formats it supports named
  43.      '/usr/lib/ifl/ifl_database'.  This can be overridden by the environment
  44.      variable, IIIIFFFFLLLL____DDDDAAAATTTTAAAABBBBAAAASSSSEEEE, the value of which is a absolute pathname for the
  45.      database file.  The iiiimmmmggggffffoooorrrrmmmmaaaattttssss(1) command can be used to list the
  46.      currently supported file formats.
  47.  
  48.      The set of directories that IFL will search for dynamically loaded file
  49.      format DSOs is determined by the environment variable, LLLLDDDD____LLLLIIIIBBBBRRRRAAAARRRRYYYY____PPPPAAAATTTTHHHH,
  50.      LLLLDDDD____LLLLIIIIBBBBRRRRAAAARRRRYYYYNNNN33332222____PPPPAAAATTTTHHHH or LLLLDDDD____LLLLIIIIBBBBRRRRAAAARRRRYYYY66664444____PPPPAAAATTTTHHHH, depending on the object-style of
  51.      the application using IFL.  This environment variable's usage is
  52.      documented in the rrrrlllldddd((((1111)))) man page.
  53.  
  54. FFFFIIIILLLLEEEESSSS
  55.      /usr/lib*/libifl.so         Base (C++) library
  56.      /usr/lib*/libcifl.so        C API wrapper library
  57.      /usr/lib*/libifl*.so        File format support libraries
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. IIIIFFFFLLLL((((1111))))                                                                  IIIIFFFFLLLL((((1111))))
  71.  
  72.  
  73.  
  74.      /usr/lib/ifl/ifl_database   File format database
  75.      /usr/share/data/images/     Sample images
  76.  
  77. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  78.      IFL(3), imgformats(1), rld(1)
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.